Logistic regression is a statistical method for analyzing a dataset in which there are one or more independent variables that determine an outcome. The outcome is measured with a dichotomous variable (in which there are only two possible outcomes), for example
In mathematics sigmoid
behaves in similar manner for large number of value. Its equation is
In [3]:
import matplotlib.pyplot as plt
%matplotlib inline
plt.axis('off')
plt.arrow(0, 0, 0.5, 0.5, head_width=0.05, head_length=0.1, fc='k', ec='k');
In [ ]:
Pros:
Cons:
Works with:
In [ ]: